.maxWrap{
	background-color: #f3f3f3;
}
.head_title{
	color: #fff;
}

/*################################################################*/
/*################################################################*/
.join_con{
	width:80%;
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
	margin: 0 auto;
}
.join_con img{
	
}
.join_nav{
	width: 100%;
	color: #000;
	font-size: 14px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #b2b2b2;
	padding: 25px 4%;
}
.join_nav li{
	display: inline-block;
	opacity: .6;
	padding: 0 20px;
	cursor: pointer;
}
.join_nav li.on,.join_nav li:hover{
	color: #e60012;
	opacity: 1;
}
.join_nav li:nth-child(1){
	padding-left: 0;
}
.join_nav .mark{
	position: absolute;
	right: 4%;
	top: 25px;
}

.join_list{
	width: 100%;
	margin-top:0px;
	text-align: left;
	position: relative;
}
.join_list img{
	
}
.join_list li{
	width: 100%;
	color: #000;
	font-size: 12px;
}
.join_list li .li_con{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding: 30px 4%;
	cursor: pointer;
}
.join_list li:nth-child(2n+2) .li_con{
	background-color: #fcfcfc;
}
.join_list li .li_con:after{
	content: '';
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    border-bottom: none;
    position: absolute;
    right: 4%;
    top: 32px;
    /*transition: all .3s;*/
}
.join_list li:hover .li_con:after{
	border-top: 8px solid red;
}
.join_list li.on .li_con:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid red;
    border-top: none;
}
.join_list li .li_con b{
	font-size: 16px;
}
.join_list li .li_con span{
	float: right;
	opacity: .6;
	margin-right: 60px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.join_list li .li_detail{
	width: 100%;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 4% 80px;
	display: none;
}
.join_list li .li_detail p{
	line-height: 30px;
}
.join_list li .li_detail b{
	font-weight: bold;
}
.li_detail_jy{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 35px 0;
}
.li_detail_jy p{
	display: inline-block;
	width: 36%;
}
.li_detail_jy p:nth-child(2),.li_detail_jy p:nth-child(5){
	width: 42%;
}
.li_detail_jy p:nth-child(3),.li_detail_jy p:nth-child(6){
	width: 20%;
}
.li_detail_jy p b{
	margin-right: 10px;
}

.li_detail_xx{
	width: 100%;
	padding: 30px 0;
}

.li_detail_btn{
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #f3f3f3;
	font-size: 18px;
	text-align: center;
	background-color: #222;
	margin-left: 0;
	cursor: pointer;
}
.li_detail_btn:hover{
	background-color: #333;
}



/*##############################################################*/
/*##############################################################*/
.join_pop{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.85);
	display: none;
}
.join_pop_box{
	width: 1200px;
	max-width: 90%;
	max-height: 90%;
	background-color: #fff;
	position: relative;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5% 0;
}
.join_pop_box_close{
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 100;
	background-color: #e60014;
	padding: 5px;
	cursor: pointer;
}
.join_pop_box_close i{
	display: block;
	color: #fff;
	font-size: 40px;
    -webkit-animation: turn 2s ease 0s infinite;
    -moz-animation: turn 2s ease 0s infinite;
    -ms-animation: turn 2s ease 0s infinite;
    -o-animation: turn 2s ease 0s infinite;
    animation: turn 2s ease 0s infinite;
    cursor: pointer;
}
.join_pop_con{
	width: 600px;
	max-width: 100%;
	height: 100%;
}
.section_title{
	text-shadow: none;
}
.join_pop_put{
	width: 100%;
	position: relative;
}
.join_pop_put p{
	width: 100%;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.join_pop_put p span{
	display: block;
}
.join_pop_put p input{
	display: block;
	width: 100%;
	line-height: 40px;
	cursor: text;
}
.join_pop_put p select{
	display: inline-block;
	width: 45%;
	line-height: 40px;
	border: none;
	cursor: pointer;
}
.join_pop_put p select.bm{
	margin-right: 8%;
}

.join_pop_btn{
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #f3f3f3;
	font-size: 18px;
	text-align: center;
	background-color: #222;
	margin-left: 0;
	margin-top: 50px;
	cursor: pointer;
}
.join_pop_btn:hover{
	background-color: #333;
}
.join_pop_em{
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
.join_pop_em span{
	color: #d93a3a;
}